home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
splash.dxr
/
00027.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-23
|
294 b
|
19 lines
property pSpr, pFrameCount
on beginSprite me
pSpr = sprite(2)
pFrameCount = pSpr.member.frameCount
pSpr.static = 1
end
on exitFrame me
if pSpr.frame > 1 then
pSpr.frame = pSpr.frame - 1
if soundBusy(1) then
go(the frame)
else
go(#next)
end if
end if
end